home *** CD-ROM | disk | FTP | other *** search
/ How Would You Survive? / How Would You Survive (1995)(Grolier)[Mac-PC].iso / pc / apan.dir / 00789_Script_789 < prev    next >
Text File  |  1995-09-06  |  286b  |  13 lines

  1. on mouseUp
  2.   global gHotSpotStatus, gOpenHouse1
  3.   if gHotSpotStatus = 0 then
  4.     if gOpenHouse1 = 1 then
  5.       ShowHotInfoBox "PA100600.pic", "FoodCross"
  6.     else
  7.       set the visible of sprite 2 to false
  8.       updatestage
  9.       set gOpenHouse1 = 1
  10.     end if
  11.   end if
  12. end
  13.